home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / ifl / TIFFWriteRawStrip.z / TIFFWriteRawStrip
Text File  |  1998-10-20  |  5KB  |  67 lines

  1.  
  2.  
  3.  
  4. TTTTIIIIFFFFFFFFWWWWrrrriiiitttteeeeRRRRaaaawwwwssssttttrrrriiiipppp((((3333TTTT))))                IIIImmmmaaaaggggeeee FFFFoooorrrrmmmmaaaatttt LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      TIFFWriteRawStrip - write a strip of raw data to an open TIFF file
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ####iiiinnnncccclllluuuuddddeeee <<<<ttttiiiiffffffffiiiioooo....hhhh>>>>
  13.      ttttssssiiiizzzzeeee____tttt TTTTIIIIFFFFFFFFWWWWrrrriiiitttteeeeRRRRaaaawwwwSSSSttttrrrriiiipppp((((TTTTIIIIFFFFFFFF**** ttttiiiiffff,,,, ttttssssttttrrrriiiipppp____tttt ssssttttrrrriiiipppp,,,, ttttddddaaaattttaaaa____tttt bbbbuuuuffff,,,, ttttssssiiiizzzzeeee____tttt
  14.      ssssiiiizzzzeeee))))
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      Append _s_i_z_e bytes of raw data to the specified strip.
  18.  
  19. NNNNOOOOTTTTEEEESSSS
  20.      The strip number must be valid according to the current settings of the
  21.      _I_m_a_g_e_L_e_n_g_t_h and _R_o_w_s_P_e_r_S_t_r_i_p tags.  An image may be dynamically grown by
  22.      increasing the value of _I_m_a_g_e_L_e_n_g_t_h prior to each call to
  23.      _T_I_F_F_W_r_i_t_e_R_a_w_S_t_r_i_p.
  24.  
  25. RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEESSSS
  26.      -1 is returned if an error occurred.  Otherwise, the value of _s_i_z_e is
  27.      returned.
  28.  
  29. DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  30.      All error messages are directed to the _T_I_F_F_E_r_r_o_r(3T) routine.
  31.  
  32.      %%%%ssss:::: FFFFiiiilllleeee nnnnooootttt ooooppppeeeennnn ffffoooorrrr wwwwrrrriiiittttiiiinnnngggg.  The file was opened for reading, not
  33.      writing.
  34.  
  35.      CCCCaaaannnn nnnnooootttt wwwwrrrriiiitttteeee ssssccccaaaannnnlllliiiinnnneeeessss ttttoooo aaaa ttttiiiilllleeeedddd iiiimmmmaaaaggggeeee.  The image is assumed to be
  36.      organized in tiles because the _T_i_l_e_W_i_d_t_h and _T_i_l_e_L_e_n_g_t_h tags have been
  37.      set with _T_I_F_F_S_e_t_F_i_e_l_d(3T).
  38.  
  39.      %%%%ssss:::: MMMMuuuusssstttt sssseeeetttt """"IIIImmmmaaaaggggeeeeWWWWiiiiddddtttthhhh"""" bbbbeeeeffffoooorrrreeee wwwwrrrriiiittttiiiinnnngggg ddddaaaattttaaaa.  The image's width has not
  40.      be set before the first write.  See _T_I_F_F_S_e_t_F_i_e_l_d(3T) for information on
  41.      how to do this.
  42.  
  43.      %%%%ssss:::: MMMMuuuusssstttt sssseeeetttt """"PPPPllllaaaannnnaaaarrrrCCCCoooonnnnffffiiiigggguuuurrrraaaattttiiiioooonnnn"""" bbbbeeeeffffoooorrrreeee wwwwrrrriiiittttiiiinnnngggg ddddaaaattttaaaa.  The organization
  44.      of data has not be defined before the first write.  See _T_I_F_F_S_e_t_F_i_e_l_d(3T)
  45.      for information on how to do this.
  46.  
  47.      %%%%ssss:::: NNNNoooo ssssppppaaaacccceeee ffffoooorrrr ssssttttrrrriiiipppp aaaarrrrrrrraaaayyyyssss"""".  There was not enough space for the
  48.      arrays that hold strip offsets and byte counts.
  49.  
  50.      %%%%ssss:::: SSSSttttrrrriiiipppp %%%%dddd oooouuuutttt ooooffff rrrraaaannnnggggeeee,,,, mmmmaaaaxxxx %%%%dddd.  The specified strip is not a valid
  51.      strip according to the currently specified image dimensions.
  52.  
  53. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  54.      _l_i_b_t_i_f_f(3T), _T_I_F_F_O_p_e_n(3T), _T_I_F_F_W_r_i_t_e_E_n_c_o_d_e_d_S_t_r_i_p(3T),
  55.      _T_I_F_F_W_r_i_t_e_S_c_a_n_l_i_n_e(3T)
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.